home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / PROGNG_C / MRUTC.LZH / FAST.C < prev    next >
Text File  |  1988-01-19  |  92b  |  10 lines

  1. /* ------- fast.c ------- */
  2.  
  3. void fasttest(void);
  4.  
  5. void main()
  6. {
  7.     fasttest();
  8. }
  9.  
  10.